/* This is for any unique stylings that apply only to this program */


/* This ID is for the title of the program found above the dotted areas of the problem */

#ProgramTitle{
	position: relative;
	top: 25px;
	width: 1000px;
	text-align: center;
}

/* This class is for the title of the program found above the dotted areas of the problem */

.Titles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:xx-large;
	color:#990000;
	text-align: center;
}


/* This ID is for entire area of the program where you see how good your answers were */

#DrawingSection{
	position: absolute;
	top: 100px;
	width: 900px;
	left: 50px;
	height: 700px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}


.Button{
	height: 50px;
	background-color: #CCCCCC;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#990000;
}

.InvisibleButton{
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
}

#AArrows{
	position: absolute;
	top: 530px;
	left: 5px;
	width: 215px;
	height: 150px;
}

#BArrows{
	position: absolute;
	top: 530px;
	left: 230px;
	width: 220px;
	height: 150px;
}

#CArrows{
	position: absolute;
	top: 530px;
	left: 455px;
	width: 220px;
	height: 150px;
}

#DArrows{
	position: absolute;
	top: 530px;
	left: 680px;
	width: 220px;
	height: 150px;
}

#SubmitButton{
	position: absolute;
	top: 460px;
	right: 50px;
	width: 100px;
	height: 40px;
}

#NextButton{
	position: absolute;
	top: 460px;
	right: 50px;
	width: 100px;
	height: 40px;
	visibility: hidden;
}

.downarrow10x{
	position: absolute;
	top: 70px;
	left: 10px;
}


.downarrow{
	position: absolute;
	top: 70px;
	left: 80px;
}

.uparrow{
	position: absolute;
	top: 70px;
	right: 80px;
}

.uparrow10x{
	position: absolute;
	top: 70px;
	right: 10px;
}
